Evaluate condition. Returns 0 if the condition evaluates to true, 1 if it evaluates to false. More information: https://www.gnu.org/software/coreutils/test.
[ "{{$VARIABLE}}" == "{{/bin/zsh}}" ]
[ -z "{{$GIT_BRANCH}}" ]
[ -f "{{path/to/file}}" ]
[ ! -d "{{path/to/directory}}" ]
[ {{condition}} ] && {{echo "true"}} || {{echo "false"}}